3.108 \(\int \frac {\sqrt {a+b \log (c (d+e x)^n)}}{f+g x} \, dx\)

Optimal. Leaf size=29 \[ \text {Int}\left (\frac {\sqrt {a+b \log \left (c (d+e x)^n\right )}}{f+g x},x\right ) \]

[Out]

Unintegrable((a+b*ln(c*(e*x+d)^n))^(1/2)/(g*x+f),x)

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {\sqrt {a+b \log \left (c (d+e x)^n\right )}}{f+g x} \, dx \]

Verification is Not applicable to the result.

[In]

Int[Sqrt[a + b*Log[c*(d + e*x)^n]]/(f + g*x),x]

[Out]

Defer[Int][Sqrt[a + b*Log[c*(d + e*x)^n]]/(f + g*x), x]

Rubi steps

\begin {align*} \int \frac {\sqrt {a+b \log \left (c (d+e x)^n\right )}}{f+g x} \, dx &=\int \frac {\sqrt {a+b \log \left (c (d+e x)^n\right )}}{f+g x} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 1.18, size = 0, normalized size = 0.00 \[ \int \frac {\sqrt {a+b \log \left (c (d+e x)^n\right )}}{f+g x} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Sqrt[a + b*Log[c*(d + e*x)^n]]/(f + g*x),x]

[Out]

Integrate[Sqrt[a + b*Log[c*(d + e*x)^n]]/(f + g*x), x]

________________________________________________________________________________________

fricas [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(e*x+d)^n))^(1/2)/(g*x+f),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\sqrt {b \log \left ({\left (e x + d\right )}^{n} c\right ) + a}}{g x + f}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(e*x+d)^n))^(1/2)/(g*x+f),x, algorithm="giac")

[Out]

integrate(sqrt(b*log((e*x + d)^n*c) + a)/(g*x + f), x)

________________________________________________________________________________________

maple [A]  time = 0.59, size = 0, normalized size = 0.00 \[ \int \frac {\sqrt {b \ln \left (c \left (e x +d \right )^{n}\right )+a}}{g x +f}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*ln(c*(e*x+d)^n)+a)^(1/2)/(g*x+f),x)

[Out]

int((b*ln(c*(e*x+d)^n)+a)^(1/2)/(g*x+f),x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\sqrt {b \log \left ({\left (e x + d\right )}^{n} c\right ) + a}}{g x + f}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(e*x+d)^n))^(1/2)/(g*x+f),x, algorithm="maxima")

[Out]

integrate(sqrt(b*log((e*x + d)^n*c) + a)/(g*x + f), x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.03 \[ \int \frac {\sqrt {a+b\,\ln \left (c\,{\left (d+e\,x\right )}^n\right )}}{f+g\,x} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*log(c*(d + e*x)^n))^(1/2)/(f + g*x),x)

[Out]

int((a + b*log(c*(d + e*x)^n))^(1/2)/(f + g*x), x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\sqrt {a + b \log {\left (c \left (d + e x\right )^{n} \right )}}}{f + g x}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*ln(c*(e*x+d)**n))**(1/2)/(g*x+f),x)

[Out]

Integral(sqrt(a + b*log(c*(d + e*x)**n))/(f + g*x), x)

________________________________________________________________________________________